Spread Silverlight Documentation
RemoveAt Method (SpreadChartElementCollection<T>)


GrapeCity.Windows.SpreadSheet.Data Namespace > SpreadChartElementCollection<T> Class : RemoveAt Method
The index.
Removes at.
Syntax
'Declaration
 
Public Overrides Sub RemoveAt( _
   ByVal index As System.Integer _
) 
'Usage
 
Dim instance As SpreadChartElementCollection(Of T)
Dim index As System.Integer
 
instance.RemoveAt(index)
public override void RemoveAt( 
   System.int index
)

Parameters

index
The index.
See Also

Reference

SpreadChartElementCollection<T> Class
SpreadChartElementCollection<T> Members